home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / chip-cd_2003_08.zip / 08 / Przeglad programow P2P / Shareaza 1.9 / Shareaza1890.exe / Schemas / applicationRoot.xml < prev    next >
Extensible Markup Language  |  2003-01-13  |  719b  |  21 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <schemaDescriptor location="http://www.shareaza.com/schemas/applicationRoot.xsd" xmlns="http://www.shareaza.com/schemas/SchemaDescriptor.xsd">
  4.     
  5.     <object type="folder" availability="system"/>
  6.     <titles>
  7.         <title language="en">Application:My Applications</title>
  8.     </titles>
  9.     <images>
  10.         <icon path="application.ico"/>
  11.     </images>
  12.     <contains>
  13.         <object type="folder" location="http://www.shareaza.com/schemas/applicationAll.xsd"/>
  14.     </contains>
  15.     <headerContent version="1.0">
  16.         <title language="en">Welcome to My Applications!</title>
  17.         <subtitle language="en">These folders contain all of your application files.</subtitle>
  18.     </headerContent>
  19.     
  20. </schemaDescriptor>
  21.